Skip to content

Comments

bind: silence warning with gcc#2

Merged
pdimov merged 1 commit intoboostorg:developfrom
timblechmann:topic/silence_warning
Dec 7, 2013
Merged

bind: silence warning with gcc#2
pdimov merged 1 commit intoboostorg:developfrom
timblechmann:topic/silence_warning

Conversation

@timblechmann
Copy link
Contributor

@pdimov
Copy link
Member

pdimov commented Dec 7, 2013

Isn't this likely to produce a diagnostic on all g++ versions that don't yet support the pragma?

@timblechmann
Copy link
Contributor Author

good point! updated the PR

@pdimov
Copy link
Member

pdimov commented Dec 7, 2013

The check as written will disable it for 4.7.0 and enable it for 4.7.1, if I'm not mistaken. Is this what we want? Did the warning appear in 4.7.1? I'd have expected either >= 40700 or >= 40800, but I'm not entirely sure.

@timblechmann
Copy link
Contributor Author

true again ... should have been >=

@pdimov pdimov merged commit 92ff08b into boostorg:develop Dec 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants